<!DESCRIPTION>Opens a secondary window that expands to cover the entire screen before loading the specified document into it. Browsers other than IE 4+ and NS 6 will simply load the document inside a regular secondary window.
<!/DESCRIPTION>
<!CATEGORY>window and frames<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<script>
<!--
var winheight=100
var winsize=100
var x=5
/*
Animated Window Opener Script (updated 00/04/24)-
⌐ Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions, 100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
function openwindow(thelocation){
temploc=thelocation
if (!(window.resizeTo&&document.all)&&!(window.resizeTo&&document.getElementById)){